home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-10 | 872 b | 27 lines | [TEXT/MPS ] |
- # BuildProgram me to build the Pascal sample.
- #
- # Pascalized version of the C Rotating Rects graphics sample.
- # 8/30/94 - dmh
- #
- # Note that you will need to change the following line if your
- # GX library files are on a different volume.
-
- GXLibraries = QuickDraw™ GX SDK:Programming Stuff:QuickDraw™ GX Libraries:Graphics Libraries:
-
- "Rotating Rects.p.o" ƒ "Rotating Rects.p"
- Pascal "Rotating Rects.p"
-
- "Transform Library.c.o" ƒ "{GXLibraries}Transform Library.c"
- C "{GXLibraries}Transform Library.c" ∂
- -b2 -d applec -i "{CIncludes}" ∂
- -o "Transform Library.c.o"
-
- "Rotating Rects" ƒƒ "Rotating Rects.p.o" "Transform Library.c.o"
- Link "Rotating Rects.p.o" ∂
- "Transform Library.c.o" ∂
- "{Libraries}Interface.o" ∂
- "{Libraries}Runtime.o" ∂
- "{PLibraries}QDGXGraphicsPascalLib.o" ∂
- "{PLibraries}PasLib.o" ∂
- -o "Rotating Rects"
-